Feature: Crear tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 26.006s |
Scenario: Como usario administrador, quiero crear un tag con el nombre y una tarjeta de facebook
Before
0m 6.633s
Given
I navigate to page "http://localhost:2368/ghost/"
0m 1.058s
And
I wait for 3 seconds
0m 3.223s
When
I enter email "<USERNAME>"
0m 0.340s
And
I wait for 1 seconds
0m 1.182s
And
I enter password "<PASSWORD>"
0m 0.212s
And
I wait for 1 seconds
0m 1.208s
And
I click next
0m 0.225s
And
I wait for 3 seconds
0m 3.230s
And
I click on Tags section
0m 0.297s
And
I wait for 1 seconds
0m 1.178s
And
I click on New Tag button
0m 0.228s
And
I wait for 1 seconds
0m 1.164s
And
I set the tag name as "Nuevo tag"
0m 0.176s
And
I wait for 1 seconds
0m 1.152s
And
I select the facebook card section
0m 0.238s
And
I wait for 1 seconds
0m 1.178s
And
I set the title "Mi titulo de tarjeta" in the facebook card
0m 0.221s
And
I wait for 1 seconds
0m 1.167s
Then
I expect to see the facebook card preview with title "Mi titulo de tarjeta"
0m 0.203s
And
I click on the save button
0m 0.188s
And
I wait for 1 seconds
0m 1.153s
Then
I expect to find the saved button
0m 0.150s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/"
And
I wait for 3 seconds
When
I enter email "<USERNAME>"
And
I wait for 1 seconds
And
I enter password "<PASSWORD>"
And
I wait for 1 seconds
And
I click next
And
I wait for 3 seconds
And
I click on Tags section
And
I wait for 1 seconds
And
I click on New Tag button
And
I wait for 1 seconds
And
I set the tag name as "Nuevo tag"
And
I wait for 1 seconds
And
I select the facebook card section
And
I wait for 1 seconds
And
I set the title "Mi titulo de tarjeta" in the facebook card
And
I wait for 1 seconds
Then
I expect to see the facebook card preview with title "Mi titulo de tarjeta"
And
I click on the save button
And
I wait for 1 seconds
Then
I expect to find the saved button
After
NO IMAGE AVAILABLE